/* =========================================================
   LAUREN – SHOPTET VISIBILITY FIXES
   Jen izolované opravy kontrastu pro aktuální šablonu.
   ========================================================= */

/* 1) Prázdný košík – odkaz "Kniha" pod "Podívejte se na naši nabídku" */
body.in-kosik #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child ul,
body.in-kosik #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child li,
body.in-kosik #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child li::marker {
  color: #2d2d2d !important;
}

body.in-kosik #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child a,
body.in-kosik #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child a:visited,
body.in-kosik #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child a *,
body.in-kosik.ordering-process #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child a,
body.in-kosik.ordering-process #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child a:visited {
  all: unset;
  display: inline !important;
  cursor: pointer;
  color: #2d2d2d !important;
  -webkit-text-fill-color: #2d2d2d !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(45, 45, 45, 0.24);
  text-underline-offset: 0.18em;
}

body.in-kosik #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child a:hover,
body.in-kosik #content-wrapper .cart-empty .empty-cart-boxes .col-md-6:first-child a:focus-visible {
  color: #6b5373 !important;
  -webkit-text-fill-color: #6b5373 !important;
  text-decoration-color: rgba(107, 83, 115, 0.42);
}

/* 2) Header – badge s počtem položek v košíku */
.navigation-buttons > a[data-target="cart"] i,
.navigation-buttons > a.cart-count i {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  width: auto;
  height: 20px;
  padding: 0 5px;
  border: 1px solid rgba(107, 83, 115, 0.18);
  border-radius: 999px;
  background: #efe7f1 !important;
  color: #5a4662 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

@media (min-width: 480px) {
  .navigation-buttons > a[data-target="cart"] i,
  .navigation-buttons > a.cart-count i {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    font-size: 12px;
  }
}
